Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Cloner<T> Interface
Members


Cloner<T> Interface
Supports cloning, which creates a new instance of a class with the same value as an existing instance.
Syntax
'Declaration
 
Public Interface Cloner(Of T) 
 
'Usage
 
Dim instance As Cloner(Of T)
Type Parameters
T
See Also